Byte[].Equals (gb)

Function Equals ( Array As Byte[] ) As Boolean

Dal 3.20

Return if the array has the same contents as Array.

The arrays must have the same dimensions and the same number of elements.

Do not forget that there is an automatic conversion if Array has not the same datatype.